2008-05-26 Michael Natterer <mitch@imendio.com>
* gdk-pixbuf-xlib.h
* gdk-pixbuf-xlibrgb.h: use G_BEGIN/END_DECLS.
svn path=/trunk/; revision=20180
+2008-05-26 Michael Natterer <mitch@imendio.com>
+
+ * gdk-pixbuf-xlib.h
+ * gdk-pixbuf-xlibrgb.h: use G_BEGIN/END_DECLS.
+
2008-02-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.0 ===
#ifndef GDK_PIXBUF_XLIB_H
#define GDK_PIXBUF_XLIB_H
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h>
+
+G_BEGIN_DECLS
+
#include <X11/Xlib.h>
\f
int dest_x, int dest_y,
int width, int height);
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
#endif /* GDK_PIXBUF_XLIB_H */
#ifndef __XLIB_RGB_H__
#define __XLIB_RGB_H__
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+#include <glib.h>
+
+G_BEGIN_DECLS
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-#include <glib.h>
-
typedef struct _XlibRgbCmap XlibRgbCmap;
struct _XlibRgbCmap {
Screen *
xlib_rgb_get_screen (void);
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
#endif /* __XLIB_RGB_H__ */